All Packages Class Hierarchy This Package Previous Next Index
Class javax.media.j3d.PickPoint
java.lang.Object
|
+----javax.media.j3d.PickShape
|
+----javax.media.j3d.PickPoint
- public final class PickPoint
- extends PickShape
A point to supply to the BranchGroup and Locale pick methods
- See Also:
- pickAll, pickAll
-
PickPoint()
- Create a PickPoint.
-
PickPoint(Point3d)
- Create a PickPoint at
location
-
get(Point3d)
- Get the position of this PickPoint
-
set(Point3d)
- Set the position of this PickPoint
PickPoint
public PickPoint()
- Create a PickPoint. The Point is initialised to (0,0,0)
PickPoint
public PickPoint(Point3d location)
- Create a PickPoint at
location
set
public void set(Point3d location)
- Set the position of this PickPoint
get
public void get(Point3d location)
- Get the position of this PickPoint
All Packages Class Hierarchy This Package Previous Next Index